home *** CD-ROM | disk | FTP | other *** search
/ PCMania 19 / PCMania19.iso / Jogos em Flash / CARTAS / LET_IT_RIDE.SWF / scripts / DefineButton2_180 / BUTTONCONDACTION on(release).as
Text File  |  2002-05-07  |  109b  |  8 lines

  1. on(release){
  2.    set("../:tOff","0");
  3.    tellTarget("_level0/about")
  4.    {
  5.       gotoAndStop(1);
  6.    }
  7. }
  8.